gsk/gl: ignore max_entry_size when zero
authorChristian Hergert <chergert@redhat.com>
Tue, 15 Mar 2022 22:53:47 +0000 (15:53 -0700)
committerChristian Hergert <chergert@redhat.com>
Fri, 18 Mar 2022 19:33:33 +0000 (12:33 -0700)
commit7062411bad6e04311d0486d747ebba58643986e3
tree1e2509759aa46b3c61e8893d38546c81a8a5bea4
parent9dbd137ec8f0aab41b6cd1f55fe8d4d8f68712d8
gsk/gl: ignore max_entry_size when zero

If the max_entry_size is zero, then assume we can add anything to the
atlas. This allows for situations where we might be uploading an arc list
to the atlas instead of pixel data for GPU font rendering.
gsk/gl/gskgltexturelibrary.c